Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api/nuxt has been translated #47

Open
wants to merge 1 commit into
base: translation-ru
Choose a base branch
from
Open

api/nuxt has been translated #47

wants to merge 1 commit into from

Conversation

light4everyone
Copy link

No description provided.

@@ -1,45 +1,46 @@
---
title: "API: Nuxt(options)"
description: You can use Nuxt.js programmatically to use it as a middleware giving you the freedom of creating your own server for rendering your web applications.
title: "API: Nuxt(опции)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это точно в скобках не должно переводиться

title: "API: Nuxt(options)"
description: You can use Nuxt.js programmatically to use it as a middleware giving you the freedom of creating your own server for rendering your web applications.
title: "API: Nuxt(опции)"
description: Вы можете программно использовать Nuxt.js, чтобы использовать его как middleware. Это даёт вам свободу создания своего собственного сервера для рендеринга ваших веб-приложений.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

программно использовать чтобы использовать. Перефразировать как-то надо

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

для отрисовки — вместо рендеринга пишем


You might want to use your own server with your middleware and your API. That's why you can use Nuxt.js programmatically.
Возможно, вы захотите использовать свой собственный сервер с вамиши middleware и вашим API. Вот почему вы можете программно использовать Nuxt.js .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Поэтому вы сможете использовать программно

const { Nuxt, Builder } = require('nuxt')

// Require Nuxt config
// Импорт Nuxt опций
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

скорее импорт конфигурации nuxt

const nuxt = new Nuxt(config)

// Enable live build & reloading on dev
// Включить live сборку и перезагрузить в режим разработки
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

с режимом горячей перезагрузки модулей


### Debug logs
### Debug логи
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Логи для отладки

@Alex-Sokolov
Copy link
Member

Спасибо :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants